projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e50f02
)
(sh-mode): Don't set mode-class property.
author
Andreas Schwab
<schwab@suse.de>
Sat, 2 Aug 2003 20:08:49 +0000
(20:08 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 2 Aug 2003 20:08:49 +0000
(20:08 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 351d6e81c7b65b282e1d52d471ffbc752e1a9b68..341a0d179e7e6e2d432c50153a00c1c32ed941e4 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-1227,9
+1227,6
@@
frequently editing existing scripts with different styles.")
\f
;; mode-command and utility functions
-;;;###autoload
-(put 'sh-mode 'mode-class 'special)
-
;;;###autoload
(defun sh-mode ()
"Major mode for editing shell scripts.